.sidebar{
    position: fixed;
    left:0;
    bottom: 0;
    top:50px;
    background-color: white;
    width: 72px;
    z-index: 200;
    padding-top: 5px;
}
.sidebar-link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    margin-bottom: 1px;
    flex-direction: column;
    cursor: pointer;
}
.sidebar-link:hover{
    background-color: lightgray;
}
.sidebar-link img {
    height: 24px;
    margin-bottom: 5px;
}
.sidebar-link div {
    font-family: Arial;
    font-size: 10px;
    
}